home *** CD-ROM | disk | FTP | other *** search
- <<<<<<<<<<<<<<<<<<<<<< BACKUP >>>>>>>>>>>>>>>>>>>>>
-
- PURPOSE: Backs up one or more files from a fixed disk to floppy disks.
-
- TIPS: You may need up to 30 floppy disks of the 360K variety to back
- up all files on a full 10 megabyte fixed disk. First format floppies.
-
- ; BACKUP C:AIR*.* A: .. Backs up each file beginning with AIR
- ; from the current directory of Drive C
- ; to Drive A.
-
- ; BACKUP C:AIR*.* A: /A .. Indicates files should be added to
- ; files already on backup diskette.
- ; OTHERWISE PREVIOUS BACKUP IS ERASED!
-
- ; BACKUP C:\ A: /S .. Backs up all files on Drive C.
-
- ; BACKUP C:*.* A: /M .. Backs up all files in the current
- ; directory of Drive C that have
- ; changed since the last backup session.
-
- ; BACKUP C:\LOTUS A: /S .. Backs up all files in \LOTUS and
- ; any subdirectories attached to LOTUS.
- ###